home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
10,000 Great Games
/
10,000 Great Games.iso
/
Product
/
66
/
data1.cab
/
Source_Files
/
Src
/
Blaster.h
< prev
next >
Wrap
C/C++ Source or Header
|
2000-01-16
|
536b
|
29 lines
#if !defined(AFX_BLASTER_H__62FB8265_F348_11D1_82DF_FCD070D9A530__INCLUDED_)
#define AFX_BLASTER_H__62FB8265_F348_11D1_82DF_FCD070D9A530__INCLUDED_
#if _MSC_VER >= 1000
#pragma once
#endif
class CBlasterApp : public CWinApp
{
public:
CBlasterApp();
//{{AFX_VIRTUAL(CBlasterApp)
public:
virtual BOOL InitInstance();
virtual int ExitInstance();
//}}AFX_VIRTUAL
protected:
//{{AFX_MSG(CBlasterApp)
afx_msg void OnAppAbout();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
#endif